home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CDV Software Presents (USA)
/
CDV Software Presents (USA).bin
/
demo
/
bk_demo.exe
/
DATA.PAK
/
ui
/
playerlagged.lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-11-10
|
309 b
|
10 lines
function LuaProcessMessage( nMessageCode, nFirst, nSecond )
if ( nMessageCode == 536936450 and nFirst >= 10010 and nFirst < 10027 ) then --window clicked
nMessage = SetProcessedFlag( 2098186 ) -- MC_MP_DROP_LAGGED_PLAYER
AddMessage( nMessage, nFirst - 10010, 0 )
return 1
end
return 0
end